home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-10 | 705 b | 23 lines | [TEXT/GEOL] |
- Item 4691190 9-Oct-89 17:39
-
- From: D0671 Market Eng, Eric Weissmann,PRT
-
- To: MACAPP.TECH$ MACAPP Tech
-
- Sub: beInSuperView?
-
- Hello:
-
- It strikes me as somewhat gnarly that the TView class does not have a
- beInSuperView method.
-
- The most obvious weak functionality as a result is that the AddSubView method
- must directly set the fSuperView field of the new subview. This works fine in
- most cases, but if the new subview is a TScroller, than the caller must
- explicitly deal with adding the associated scrollbars (which, ideally, would be
- completely handled by TScroller overriding beInSuperView).
-
- Regards,
- Eric
-
-